home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 035a / bpq404.zip / DEDHOST.DOC < prev    next >
Text File  |  1991-03-16  |  3KB  |  77 lines

  1.  
  2.         WA8DED Host Mode Interface for G8BPQ Switch
  3.                 Version 4.03    
  4.  
  5.  
  6.  
  7. A facility has being developed to allow applications which normaly operate
  8. in DED Host Mode, using a DRSI card and the DRSI support routine TNCTSR,
  9. to be used with my switch code. An external interface routine DEDHOST.COM
  10. is used to emulate the DRSI support routine TNCTSR. DEDHOST must be run after
  11. BPQCODE. If running with Desqview, DEDHOST should be run in the same window
  12. as the application. Version 4.01 (or higher) of BPQCODE is required. Note that
  13. my code emulates a single DSRI port - multiple comms links may be connected to
  14. the switch, but as far as the application software is concerned, there is a
  15. single (virtual) link to the switch, capable of supporting up to 32 sessions.
  16.  
  17.  
  18. BPQCFG.TXT Parameters.
  19.  
  20.   You dont need any TNCPORTs - The config prog will complain, but the switch
  21.   will be OK.
  22.  
  23.   MAXCIRCUITS needs to be at least twice the expected number of users. 
  24.   The code supports 32 streams - if you want to use them all you should have
  25.   MAXCIRCUITS=64. (Or more if you are also operating as a switch for other
  26.   users).
  27.  
  28.  
  29.  
  30. DEDHOST.COM
  31.  
  32.  
  33. This program requires 5 parameters, all are decimal numbers:
  34.  
  35. Number of Streams.
  36.  
  37. This defines the maximum number of simultaneous users. The maximum is 32. 
  38.  
  39. Start Stream.
  40.  
  41. The first stream number to use. The switch supports 64 streams. You must
  42. ensure that each application running with the switch uses a different range
  43. of streams. 
  44.  
  45.  
  46. Application.
  47.  
  48. The number allocated to this applcation in the APPLICATIONS param of
  49. BPQCFG.TXT. Will normally be 1 if running a BBS or similar system.
  50.  
  51. Buffer Space.
  52.  
  53. The space to be allocated for buffering messages. You can specify up to 60
  54. (Kilobytes). The program will allocate a minimum of 8k even if you specify
  55. less. The space needed will depend on your traffic, and the software you are
  56. using. If running PacketCluster, I suggest you allocate as much as you can 
  57. spare, as the flow control within the PacketCluster software is rather
  58. primitive, and it will start disconnecting users if it runs short. Other
  59. systems, such as AA4RE, dont seem to need much. 
  60.  
  61. Interrupt Number.
  62.  
  63. The Interrupt used by the application to communicate with DEDHOST. Will be
  64. 255, unless you need to use that for some other software.
  65.  
  66.         A typical command line would be DEDHOST 32 1 1 60 255
  67.  
  68.  
  69. Please note that DEDHOST reads BPQCFG.BIN to find what interrupt to use 
  70. to talk to the switch. BPQCFG.BIN must therefore be in the current directory
  71. when DEDHOST is loaded.
  72.  
  73.  
  74.  
  75. John Wiseman, G8BPQ
  76. 16/3/91
  77.